home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / lugarcer.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2012-04-23  |  242b  |  16 lines

  1. on(release){
  2.    stopDrag();
  3.    if(_droptarget eq "/ITree")
  4.    {
  5.       tellTarget("/TreeS")
  6.       {
  7.          gotoAndStop("2");
  8.          play();
  9.       }
  10.       tellTarget("/Tree")
  11.       {
  12.          gotoAndStop("2");
  13.       }
  14.    }
  15. }
  16.